New Search

If you are not happy with the results below please do another search

7 search results for: multi purpose

1

REST API Authentication Example in PHP – JWT Tutorial

Previously, we learned how to create a simple REST API in PHP. The create, read, update and delete database records (CRUD operations) have been helpful for our projects. Today, we will learn how to authenticate a user using REST API and JSON Web Tokens or JWT. This tutorial will cover a basic sign-up or registration […]

2

PHP Shopping Cart System – Download source code

Are you trying to learn how to build your own PHP shopping cart system? Do you need quick guidance and support while doing it? You’re in the right place. Google defines the word “system” as a set of connected parts forming a complex whole. We say this “PHP shopping cart source code” is a “system” […]

3

PHP Shopping Cart Tutorial – Step By Step Guide!

Previously, we learned how to create a PHP Login system with admin features. Today, we will learn our comprehensive PHP Shopping Cart Tutorial! This step-by-step guide will walk you through building a fully functional shopping cart application using the PHP programming language. This tutorial will give you the necessary knowledge and skills to create your […]

4

Product Unit of Measure Conversion Pseudocode

I don’t know if we will have the same term in mind, but here in our country we call it Product Unit of Measure or UOM. For example, we have a “candy” product. Possible unit of measures could be: pieces, packs and boxes. The purpose of this post is to solve the problem of converting […]

5

PHP Object-oriented (OOP) CRUD Tutorial – Step By Step Guide!

Previously, we learned the basics from our PHP CRUD Tutorial for Beginners. Today we welcome you to our PHP OOP CRUD Tutorial, a comprehensive guide on mastering PHP Object-Oriented Programming (OOP) for database management. This tutorial will cover everything you need to know to create, read, update, delete, and search records in a MySQL database […]

6

PHP Login System Tutorial – Step By Step Guide!

Previously, we learned how to create, read, update and delete database records on our PHP OOP CRUD tutorial. Today we will build a secure and efficient PHP login system with admin features. By utilizing PHP sessions and MySQL database, we will walk you through creating a user-friendly login system that ensures the safety and protection […]

7

PHP CRUD Tutorial for Beginners – Step By Step Guide!

Previously, we learned how to make our application look good using the Bootstrap CSS framework. This time, we will learn CRUD operations with PHP and MySQL. CRUD stands for Create, Read, Update and Delete database records. Overview This tutorial is for your if: Coding CRUD with PHP and MySQL is one of the basics. PHP […]